home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example6.rexx < prev    next >
OS/2 REXX Batch file  |  1980-01-07  |  82b  |  6 lines

  1. /* Example 6 */
  2.  
  3. a = 10
  4. Do a
  5.    Say "Line : " a   /* Each Line = " Line = 10 "
  6. End